home *** CD-ROM | disk | FTP | other *** search
-
- @ECHO OFF
- Rem CLSDA.BAT 06-17-90 tem
-
- IF X%1==X/L GOTO @LNK
- IF X%1==X/l GOTO @LNK
-
- Rem the /F parm is stack size in hex bytes...
- cl SDA13.c /Zp /c
- If errorlevel 1 Echo Error in %0. Link step NOT DONE.
- If errorlevel 1 GOTO @FINIS
-
- :@LNK
- Rem DO NOT pack if using stack option...
- Link /STACK:8192 sda13+putstr.obj;
-
- :@FINIS
-
-